home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qm1700_1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.6 KB  |  464 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "QM1700_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 1700)"
  14. *PSVersion: "(52.4) 0"
  15. *ModelName: "QMS-PS 1700"
  16. *NickName: "QMS-PS 1700 v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "454000"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30.   /initializedisk where{pop(True)}{(False)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Throughput: "17"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true
  39.   }{
  40.     dup % potential password
  41.     statusdict /checkpassword get exec not
  42.   } ifelse
  43.   {  %  if no password or not valid
  44.     (WARNING : Cannot perform the exitserver command.) =
  45.     (Password supplied is not valid.) =
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if
  49.   serverdict /exitserver get exec
  50. "
  51. *End
  52.  
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true
  56.   }{
  57.     dup % potential password
  58.     statusdict /checkpassword get exec not
  59.   } ifelse
  60.   {  %  if no password or not valid
  61.     (WARNING : Cannot reset printer.) =
  62.     (Password supplied is not valid.) =
  63.     (Please contact the author of this software.) = flush
  64.     quit
  65.   } if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *OpenUI *Resolution: PickOne
  73. *DefaultResolution: 600dpi 
  74. *Resolution 300dpi: "300 statusdict /setresolution get exec" 
  75. *Resolution 600dpi: "600 statusdict /setresolution get exec" 
  76. *?Resolution: "
  77. save
  78.   statusdict /resolution get exec
  79.   128 string cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83. *CloseUI: *Resolution
  84.  
  85. *% Halftone Information ===============
  86. *ScreenFreq: "60.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90.   {abs exch abs 2 copy add 1 gt
  91.         {1 sub dup mul exch 1 sub dup mul add 1 sub }
  92.         {dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103.  
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion.
  106. *OpenUI *PageSize: PickOne
  107. *OrderDependency: 30 AnySetup *PageSize
  108. *DefaultPageSize: Letter
  109. *PageSize Letter: "statusdict /lettertray get exec"
  110. *PageSize Legal: "statusdict /legaltray get exec"
  111. *PageSize A4: "statusdict /a4tray get exec"
  112. *PageSize Executive: "statusdict /executivetray get exec"
  113. *PageSize Monarch/Monarch Envelope: "
  114.   3 statusdict /setpapertray get exec monarcenvelope"
  115. *End
  116. *PageSize Comm10/Common #10 Envelope: "
  117.  3 statusdict /setpapertray get exec com10envelope"
  118. *End
  119. *PageSize DL/DL Envelope: "
  120.   3 statusdict /setpapertray dlenvelope"
  121. *End
  122. *?PageSize: "
  123. save 
  124. 4 dict 
  125.   dup /letter (Letter) put
  126.   dup /legal (Legal) put
  127.   dup /a4 (A4) put
  128.   dup /executivepage (Executive) put
  129.   statusdict /papersize get exec
  130.   3 1 roll  {get} stopped {(Unknown)}if
  131.   exch  not { print (.Transverse) }if
  132.   = flush
  133. restore 
  134. "
  135. *End
  136. *CloseUI: *PageSize
  137.  
  138. *% These entries will set up the frame buffer. Usually used with manual feed.
  139. *OpenUI *PageRegion: PickOne
  140. *OrderDependency: 40 AnySetup *PageRegion
  141. *DefaultPageRegion: Letter
  142. *PageRegion Letter: "letter"
  143. *PageRegion Legal: "legal"
  144. *PageRegion A4: "a4"
  145. *PageRegion Executive: "executivepage"
  146. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  147. *PageRegion Comm10/Common #10 Envelope: "com10envelope"
  148. *PageRegion DL/DL Envelope: "dlenvelope"
  149. *CloseUI: *PageRegion
  150.  
  151. *% The following entries provide information about specific paper keywords.
  152. *DefaultImageableArea: Letter
  153. *ImageableArea Letter: "12 10 601 781 "
  154. *ImageableArea Legal: "12 10 601 997 "
  155. *ImageableArea A4: "12 10 584 831 "
  156. *ImageableArea Executive: "12 10 511 746 "
  157. *ImageableArea Monarch/Monarch Envelope: "12 1 279 530"
  158. *ImageableArea Comm10/Common #10 Envelope: "12 1 298 674"
  159. *ImageableArea DL/DL Envelope: "12 1 313 613"
  160. *?ImageableArea: "
  161. save
  162.   /cvp { (                ) cvs print ( ) print } bind def
  163.   /upperright {10000 mul floor 10000 div} bind def
  164.   /lowerleft {10000 mul ceiling 10000 div} bind def
  165.   newpath clippath pathbbox
  166.   4 -2 roll exch 2 {lowerleft cvp} repeat
  167.   exch 2 {upperright cvp} repeat flush
  168.  restore
  169. "
  170. *End
  171.  
  172. *% These provide the physical dimensions of the paper (by keyword)
  173. *DefaultPaperDimension: Letter
  174. *PaperDimension Letter: "612 792"
  175. *PaperDimension Legal: "612 1008"
  176. *PaperDimension A4: "595 842"
  177. *PaperDimension Executive: "522 756"
  178. *PaperDimension Monarch/Monarch Envelope: "279 540"
  179. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  180. *PaperDimension DL/DL Envelope: "312 624"
  181.  
  182. *RequiresPageRegion All: True
  183. *OpenUI *InputSlot: PickOne
  184. *OrderDependency: 20 AnySetup *InputSlot
  185. *DefaultInputSlot: Upper
  186. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  187. *InputSlot Lower: "2 statusdict /setpapertray get exec"
  188. *InputSlot Envelope: "3 statusdict /setpapertray get exec"
  189. *?InputSlot: "
  190. save
  191.   [ (Unknown) (Upper) (Lower) (Envelope) ]
  192.   statusdict /papertray get exec
  193.   {get exec} stopped { pop pop (Unknown)} if = flush
  194. restore 
  195. "
  196. *End
  197. *CloseUI: *InputSlot
  198.  
  199. *OpenUI *ManualFeed: PickOne
  200. *OrderDependency: 20 AnySetup *ManualFeed
  201. *DefaultManualFeed: False
  202. *ManualFeed True: "statusdict /manualfeed true put"
  203. *ManualFeed False: "statusdict /manualfeed false put"
  204. *?ManualFeed: "
  205. save
  206.   statusdict /manualfeed get
  207.   {(True)}{(False)}ifelse = flush
  208. restore
  209. "
  210. *End
  211. *CloseUI: *ManualFeed
  212.  
  213. *OpenUI *OutputOrder: PickOne
  214. *DefaultOutputOrder: Normal
  215. *OutputOrder Normal: "1 statusdict /setoutputtray get exec"
  216. *OutputOrder Reverse: "2 statusdict /setoutputtray get exec"
  217. *?OutputOrder: "
  218. save
  219.   [ (Unknown) (Normal) (Reverse) ]
  220.   statusdict /outputtray get exec
  221.   {get exec} stopped { pop pop (Unknown)} if = flush
  222. restore
  223. "
  224. *End
  225. *CloseUI: *OutputOrder
  226.  
  227. *OpenUI *OutputBin: PickOne
  228. *DefaultOutputBin: Upper
  229. *OutputBin Upper: "1 statusdict /setoutputtray get exec"
  230. *OutputBin Side: "2 statusdict /setoutputtray get exec"
  231. *?OutputBin: "
  232. save
  233.   [ (Unknown) (Upper) (Side) ]
  234.   statusdict /outputtray get exec
  235.   {get exec} stopped { pop pop (Unknown)} if = flush
  236. restore
  237. "
  238. *End
  239. *CloseUI: *OutputBin
  240.  
  241.  
  242. *PageStackOrder Upper: Normal
  243. *PageStackOrder Side: Reverse
  244.  
  245. *OpenUI *Duplex: PickOne
  246. *Duplex None: "
  247.   false statusdict /setduplexmode get exec false statusdict /settumble get exec
  248. "
  249. *End
  250. *Duplex DuplexNoTumble: "
  251.   true statusdict /setduplexmode get exec false statusdict /settumble get exec
  252. "
  253. *End
  254. *Duplex DuplexTumble: "
  255.   true statusdict /setduplexmode get exec true statusdict /settumble get exec
  256. "
  257. *End
  258. *?Duplex: "
  259. save
  260. statusdict /duplexmode get exec
  261. { statusdict /tumble get exec
  262.   { (DuplexTumble) }
  263.   { (DuplexNoTumble) }
  264.   ifelse
  265. }
  266. { (None)}
  267. ifelse
  268. = flush
  269. restore
  270. "
  271. *End
  272. *CloseUI: *Duplex
  273.  
  274. *% Font Information =====================
  275. *DefaultFont: Courier
  276. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  277. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  278. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  279. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  280. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  281. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  282. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  283. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  284. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  285. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  286. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  287. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  288. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  289. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  290. *Font Courier: Standard "(002.003)" Standard ROM
  291. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  292. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  293. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  294. *Font Helvetica: Standard "(001.006)" Standard ROM
  295. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  296. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  297. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  298. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  299. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  300. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  301. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  302. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  303. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  304. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  305. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  306. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  307. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  308. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  309. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  310. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  311. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  312. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  313. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  314. *Font Symbol: Special "(001.007)" Special ROM
  315. *Font Times-Bold: Standard "(001.007)" Standard ROM
  316. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  317. *Font Times-Italic: Standard "(001.007)" Standard ROM
  318. *Font Times-Roman: Standard "(001.007)" Standard ROM
  319. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  320. *Font ZapfDingbats: Special "(001.002)" Special ROM
  321. *?FontQuery: "
  322. save
  323.  /str 100 string dup 0 (fonts/) putinterval def
  324.  {
  325.    count 1 gt
  326.    {
  327.      exch dup str 6 94 getinterval cvs
  328.      (/) print dup print (:) print exch
  329.      FontDirectory exch known
  330.      { pop (Yes) }
  331.       {
  332.         length 6 add str 0 3 -1 roll getinterval
  333.         mark exch status
  334.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  335.      } ifelse =
  336.    }
  337.    {exit} ifelse
  338.  }bind loop
  339.  (*) = flush
  340. restore
  341. "
  342. *End
  343.  
  344. *?FontList: "
  345. save
  346.   FontDirectory { pop == } bind forall flush
  347.   /filenameforall where
  348.   {
  349.     pop (fonts/*)
  350.     { dup length 6 sub 6 exch getinterval cvn == } bind
  351.     128 string filenameforall flush
  352.   } if
  353.   (*) = flush
  354. restore
  355. "
  356. *End
  357.  
  358. *% Printer Messages (verbatim from printer):
  359. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  360. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  361. *Message: "\FontName\ not found, using Courier"
  362.  
  363. *% Status (format: %%[ status: <one of these> ]%% )
  364. *Status: "idle"
  365. *Status: "busy"
  366. *Status: "waiting"
  367. *Status: "printing"
  368. *Status: "warming up"
  369.  
  370. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  371. *Source: "serial25"
  372. *Source: "AppleTalk"
  373. *Source: "Centronics"
  374. *Source: "Optional I/O"
  375.  
  376. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  377. *PrinterError: "Paper Out"
  378. *PrinterError: "Paper Jam"
  379. *PrinterError: "Off line"
  380.  
  381. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  382.  
  383. *% Color Separation Information =====================
  384.  
  385. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  386.  
  387. *InkName: ProcessBlack/Process Black
  388. *InkName: CustomColor/Custom Color
  389. *InkName: ProcessCyan/Process Cyan
  390. *InkName: ProcessMagenta/Process Magenta
  391. *InkName: ProcessYellow/Process Yellow
  392.  
  393. *%  For 60 lpi / 300 dpi  ===============================
  394.  
  395. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  396. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  397. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  398. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  399. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  400.  
  401. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  402. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  403. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  404. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  405. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  406.  
  407. *%  For 53 lpi / 300 dpi  ===============================
  408.  
  409. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  410. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  411. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  412. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  413. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  414.  
  415. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  416. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  417. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  418. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  419. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  420.  
  421. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  422.  
  423. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  424. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  425. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  426. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  427. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  428.  
  429. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  430. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  431. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  432. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  433. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  434.  
  435. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  436. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  437. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  438. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  439. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  440. "
  441. *End
  442.  
  443. *%  For 71 lpi / 600 dpi  ===============================
  444.  
  445. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  446. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  447. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  448. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  449. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  450.  
  451. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  452. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  453. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  454. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  455. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  456.  
  457. *% For "QMS-PS 1700" version 52.4
  458. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  459. *% Converted to meet 4.0 specification
  460. *% Last Edit Date: Jun 1 1992
  461. *% The byte count of this file should be exactly 015411 or 015870
  462. *% depending on the filesystem it resides in.
  463. *% end of PPD file for QMS-PS 1700
  464.